arm: dts: imx7s-warp: Create alias for mmc0 to &usdhc3
authorBryan O'Donoghue <[email protected]>
Fri, 18 Jan 2019 17:40:11 +0000 (17:40 +0000)
committerStefano Babic <[email protected]>
Mon, 28 Jan 2019 19:55:46 +0000 (20:55 +0100)
This patch sets up an alias for mmc0 to usdhc3.

Before the DM conversion only usdhc3 was enabled and therefore it appeared
as MMC 0 to u-boot. After enabling MMC DM though usdhc3 defaults to MMC 2,
which left unattended would drive changes to existing warp7 bootscripts and
environment variables that rely on mmc 0.

Setup the alias of mmc0 and usdhc3 so that existing warp7 boot code will
work unmodified.

Signed-off-by: Bryan O'Donoghue <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefano Babic <[email protected]>
arch/arm/dts/imx7s-warp.dts

index f7ba2c0a24adcc03e5bbc50d40da6158e5564aaf..d28b7ec7155921ab6ecc07a795d2a2a89c6cfff7 100644 (file)
                reg = <0x80000000 0x20000000>;
        };
 
+       aliases {
+               mmc0 = &usdhc3;
+       };
+
        gpio-keys {
                compatible = "gpio-keys";
                pinctrl-0 = <&pinctrl_gpio>;